home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 126-150 / disk_144 / analyticalc / abstract.txt < prev    next >
Text File  |  1992-05-06  |  9KB  |  184 lines

  1.     AnalytiCalc Abstract:
  2.  
  3.     AnalytiCalc is a large and powerful spreadsheet program with
  4. sufficient extra features to have some pretentions of acting as an
  5. "integrated system". It is a virtual memory system supporting up to
  6. 18000 columns and 18000 rows, multiple equations per cell, an outlining
  7. system, built-in cell annotation, and datafile access from any cell(s)
  8. of the sheet, plus an array of functions not present in most commercial
  9. spreadsheets. This disk represents the third version of an initial Amiga
  10. port of AnalytiCalc, and as such the console interface is somewhat crude and
  11. uses a set of command files in an externally assigned area (assigned to DK:)
  12. to handle the function keys. A custom keymap can also be used, which was
  13. supplied in the initial version. The program comes with complete sources,
  14. documents, and executables, and in addition with the source code for the
  15. "auxiliary utilities" which handle DIF format conversion and character
  16. graphics. (The executables are not adequately tested on amiga as yet, though
  17. they work on VAX, PDP11, and IBM PC.)
  18.         AnalytiCalc for the Amiga uses files compatible with those
  19. for AnalytiCalc on MS-DOS, VMS, or RSX-11M or IAS. An example project
  20. planner spreadsheet is included in the distribution to show off some of
  21. the things you can do. More example sheets will be forthcoming in the
  22. future. AnalytiCalc also supports matrix math, FFTs, infinite windowing,
  23. linear regression, date arithmetic, internal and external macros, LOTS
  24. of cell addressing modes, goal seeking in up to 8 dimensions, and more.
  25.  
  26.     AnalytiCalc requires perhaps 600K of RAM memory, at least one
  27. 360K diskette drive, and AmigaDOS 1.2, plus a larger than default stack.
  28. Display sizes supported can be up to 132 characters wide by up to 76
  29. lines long. Sorry; I don't think AnalytiCalc supports proportional
  30. fonts very well, though it should manage not to be totally brain damaged
  31. with them. The manual requires an 80 column printer.
  32.     To see the documentation you need either a printer 80 columns wide
  33. to print it, or an 80 column screen to view it on.
  34.  
  35.   ** PLEASE read the README.1ST file for brief instructions on setting up
  36.      a working AnalytiCalc disk. Please read the manual at least once over
  37.      lightly too... ***
  38.  
  39.  
  40.         SOME DO-NOT'S
  41.  
  42.         1.  DO NOT use AnalytiCalc until you have read the documentation.
  43.  
  44.         2.  DO NOT forget to make regular backup copies of your database.
  45.  
  46.         3.  DO NOT exit (X) the progam without saving your work if you
  47.         want it saved. (You will be asked to confirm you really want
  48.         to leave, however.)
  49.  
  50.         GETTING STARTED.
  51.  
  52.     See the README.1ST file!!!
  53.  
  54.         If you haven't already printed the documentation, please do so
  55.         before trying to operate AnalytiCalc. Then, READ IT!  You should
  56.         also make sure that you have placed a "write-protect" tab on your
  57.         AnalytiCalc distribution diskettes, so that they can't be
  58.         accidentally erased or overwritten.
  59.  
  60.         You should now make a copy of your AnalytiCalc disks.  These will
  61.         also serve as your "run-time" system diskettes.
  62.  
  63.     De-archive AnalyExe.Arc and AnalyDoc.Arc at least onto a blank
  64.     disk and read the document files and release notes. You'll need
  65.     a bit of AmigaDos familiarity to set things up (read how to use
  66.     the ASSIGN command and the SETMAP command and ASSIGN something as
  67.     DK:; also set your stack large with the STACK command.) If you
  68.     are using disk file memory, FACC is a good thing to use also. PLEASE
  69.     READ THE MANUALS though, to save us all a lot of headaches.
  70.  
  71.         SOME MAXIMUMS AND MINIMUMS.
  72.              Minimum RAM Memory required .....................about  600K
  73.              Minimum Disk Drives required...............................1
  74.              Minimum Disk Storage required...........................880K
  75.          Number of Columns......................................18000
  76.          Number of Rows.........................................18000
  77.          Maximum Length of Formulas (characters)..................109
  78.          Number of cells that can be full at once...............18000
  79.          Number of simultaneous named areas permitted.............300
  80.          Number of scratch cells outside spreadsheet...............60
  81.          Precision of calculations (digits; 8 bytes used)..........16
  82.          Total maximum storage managed (bytes)..............2,113,020
  83.          Maximum depth of document nesting (outline processor)......4
  84.          Maximum number of parameters varying to goal seek..........8
  85.          Maximum record size for data files accessed as database..128
  86.          Maximum number of files namable in one sheet.........>18000
  87.          Maximum cell columns displayable on one screen............20
  88.          Maximum number of rows displayable in one display.........75
  89.          Maximum simultaneous different cell display formats per
  90.         sheet (taken from large set)...........................76
  91.          Length of format specification (characters)................9
  92.  
  93.  
  94.         DISCLAIMER.
  95.  
  96.         In no event will the Author be liable to you for any damages,
  97.         including any lost profits, lost savings or other incidental or
  98.         consequential dmages arising out of the use of or inability to use
  99.         these programs, even if the Author has been advised of the
  100.         possibility of such damages, or for any claim by any other party.
  101.  
  102.  
  103.         THE USER-SUPPORTED CONCEPT.
  104.  
  105.                                User-Supported Software
  106.            You are encouraged to copy and share this program with others.
  107.              If after evaluating this program you find it to be useful,
  108.                          I trust you to send a $10.00 payment.
  109.  
  110.                    Glenn C. Everhart
  111.                                25 Sleigh Ride Rd.
  112.                    Glen Mills, Pa. 19342
  113.  
  114. To Be Done:
  115. Future plans for AnalytiCalc:
  116.     1. Allow data files to be on a logical device. (Actually, FACC
  117.     may make this need obsolete).
  118.     2. Fix bugs as they are discovered.
  119.     3. Allow use on non-interlaced screens by redoing the two command
  120.     and display windows as pseudo-requestors.
  121.  
  122. Auxiliary files:
  123.     1. Check that DIFrw (DIF to or from AnalytiCalc saved format
  124.         converter) and ACGRAF (character graphics utility) work
  125.         as specified.
  126.         Note: Sources to these programs, which compile and link
  127.         cleanly on Amiga, are present here. However they are
  128.         not yet tested, so executables are omitted.
  129.     2. Port some of the BASIC graphics packages to Amiga. Possibly
  130.     compile some of them.
  131.     3. Supply the Business Expense Report, manpower planner, and
  132.     income tax templates as extra examples. Possibly do a game of 
  133.     LIFE template too, just for fun.
  134.  
  135. Other programs:
  136.     Port the RIM relational DBMS to Amiga as a companion piece. (This
  137.     has already been done porting from CDC to VAX to MSDOS (the last
  138.     by me), and should be straightforward).
  139.  
  140. I have found that Absoft Fortran 2.3 is a stable and usable compiler and
  141. would like to acknowledge gratefully its contribution. He who wants to
  142. add to or modify AnalytiCalc needs Absoft Fortran 2.3 (or later, I suppose)
  143. to build it with. Anyone who has Absoft Fortran-020 for the 68020 is
  144. invited to recompile this program to use the faster chips. I didn't have
  145. either money or machine to try a 68020/68881 version, but see no reason
  146. why it would fail.
  147.     I have also seen that there are some bugs in Absoft Fortran's
  148. handling of con: and raw: windows which I have reported to Absoft. Hopefully
  149. this will permit upgrading of user interface soon, as these problems are
  150. fixed.
  151.     (It seems that you CAN do both read and write to CON: windows in
  152. Absoft Fortran 2.3, but you must issue a REWIND on the unit between them.
  153. This is not always needed in V2.2, but occasionally happens. (This accounts
  154. for the occasionally flaky behavior of DTC, which was compiled with V2.2
  155. before I found the foregoing out.)
  156.  
  157.     Glenn Everhart
  158.     6 November 1987
  159.  
  160.  
  161.     Also present on the disk is DeskTop Calendar (DTC), a useful little
  162. appointment and meeting scheduler and calendar keeper. It will work on either
  163. interlaced screens or non-interlaced.
  164.  
  165.     AnalytiCalc needs more stack than the 4000 default (I use 65000
  166. but less is probably OK). It also probably needs more than 512K of RAM
  167. for operation as currently linked. The routines in AnalyO.Ftn can be
  168. overlayed against each other, but this has not been done as yet. Those
  169. desperate for a smaller executable, having Absoft's compiler, can rebuild
  170. in this way for a smaller executable.
  171.     Also: AnalytiCalc MUST currently run on an interlaced screen owing
  172. to where some CON: and RAW:  windows are opened. Move the windows to fit on a
  173. non-interlaced screen (via patching the image or editing/recompiling)
  174. if you must run it on a noninterlaced screen.
  175.     You must turn interlace on in Preferences and boot with that set up.
  176. The SETLACE program will NOT create things quite right for AnalytiCalc and
  177. you'll generate the weirdest system crashes (all the way back to Kickstart
  178. sometimes) you ever saw if you try... just use Preferences and all will be
  179. well... )
  180.     Glenn Everhart
  181.     November 6, 1987
  182. Enjoy...
  183.  
  184.